home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Special 23 / AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso / Updates / AddOns / OBEdit / OBEdit.readme < prev    next >
Text File  |  1999-11-08  |  1KB  |  38 lines

  1. Short:    UFO/X-COM weapons editor
  2. Uploader: ai97koo@stud.hib.no (Kay Ove Ovesen)
  3. Author:   ai97koo@stud.hib.no (Kay Ove Ovesen)
  4. Type:     game/misc
  5. Requires: OS 2.0+
  6. Version:  1.2
  7.  
  8.  
  9. Copyright © 1999 Kay Ove Ovesen.
  10. All rights reserved.
  11.  
  12.  
  13. OBEdit is a small command-line utility that can import/export values from
  14. X-COM I and II's OBDATA.DAT file to tab- or comma separated ASCII files. These
  15. files can esily be manipulated by most database or spreadsheet programs.
  16.  
  17. OBEdit is written in Amiga E, and the source code is available at
  18. dev/e/OBedit_src.lha
  19.  
  20.     CHANGES FROM v1.0:
  21.  
  22.     - Successfully implemented "$VER:" version string. (Finally got it working!)
  23.     - Improved import-file exception handling. No longer aborts if procline() or
  24.       impvalues() encounter out-of-range data, but rather skips the object
  25.       (line in CSV/RFF file) entirely and prints it to the console.
  26.     - Added the "Verbose" option just for the heck of it.
  27.     - No bugs fixed because: no bugs found.
  28.  
  29.     CHANGES FROM v1.1:
  30.  
  31.     - Implemented short versions of most commands.
  32.     - Added the 'exporttsv' argument to export TAB-separated ASCII files without
  33.       RFF headers.
  34.     - Added the ability to scan exported files and report errors encountered in
  35.       them. Not terribly useful as such, since the import methods apply the same
  36.       comprehensive error checking routines. However, it provides a quick way of
  37.       comparing exported files without actually printing them out.
  38.